home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / teachrea.sit / Teaching to Read / card_4287.txt < prev    next >
Text File  |  1988-11-14  |  5KB  |  264 lines

  1. -- card: 4287 from stack: in
  2. -- bmap block id: 8004
  3. -- flags: 0000
  4. -- background id: 2576
  5. -- name: Donald Duck
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=240 top=299 right=337 bottom=295
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 27056 / 27056
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Hello!
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   put any line of field 1 of card "People" into temp1
  23.   put temp1 && any line of field 1 of card "verbs" into temp2
  24.   put temp2 && any line of field 1 of card "adverbs" into temp3
  25.   put temp3 & "." into temp
  26.   put temp into card field "Sentence" of card 2
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 3 (button)
  32. -- low flags: 00
  33. -- high flags: 0000
  34. -- rect: left=244 top=0 right=37 bottom=282
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 20098 / 20098
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Go back home
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   visual effect venetian blinds to white
  46.   visual effect venetian blinds to card
  47.   go home
  48. end mouseUp
  49.  
  50.  
  51.  
  52. -- part 4 (field)
  53. -- low flags: 80
  54. -- high flags: 4001
  55. -- rect: left=129 top=54 right=290 bottom=398
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 0 / 0
  58. -- text alignment: 1
  59. -- font id: 183
  60. -- text size: 48
  61. -- style flags: 0
  62. -- line height: 64
  63. -- part name: Sentence
  64.  
  65.  
  66. -- part 5 (button)
  67. -- low flags: 00
  68. -- high flags: 0000
  69. -- rect: left=435 top=275 right=341 bottom=498
  70. -- title width / last selected line: 65535
  71. -- icon id / first selected line: -15421 / 50115
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Very Good!
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   play "applause"
  81.   hide card field "Sentence" in card 3
  82.   go to card 3
  83.   put any line of field 1 of card "Compliments" into card field "Great"
  84.   show card field "Great"
  85.   show card field "Thanks"
  86.   hide card field "Sentence"
  87. end mouseUp
  88.  
  89.  
  90.  
  91.  
  92.  
  93. -- part 6 (button)
  94. -- low flags: 00
  95. -- high flags: 0000
  96. -- rect: left=42 top=288 right=330 bottom=82
  97. -- title width / last selected line: 65535
  98. -- icon id / first selected line: -15422 / 50114
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: New Button
  105. ----- HyperTalk script -----
  106. on mouseUp
  107.   play "boing"
  108.   put any line of field 1 of card "Try" into card field "Try Again"
  109.   show card field "Try Again"
  110.   show card field "OK"
  111.  
  112. end mouseUp
  113.  
  114.  
  115.  
  116. -- part 8 (field)
  117. -- low flags: 01
  118. -- high flags: 0004
  119. -- rect: left=408 top=112 right=188 bottom=506
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 0 / 0
  122. -- text alignment: 1
  123. -- font id: 21
  124. -- text size: 18
  125. -- style flags: 0
  126. -- line height: 24
  127. -- part name: Great
  128.  
  129.  
  130. -- part 9 (field)
  131. -- low flags: 01
  132. -- high flags: 0004
  133. -- rect: left=442 top=190 right=241 bottom=506
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 0 / 0
  136. -- text alignment: 1
  137. -- font id: 21
  138. -- text size: 18
  139. -- style flags: 2048
  140. -- line height: 24
  141. -- part name: thanks
  142. ----- HyperTalk script -----
  143. on mouseup
  144.   hide card field "Great"
  145.   hide card field "Thanks"
  146.   show card field "Sentence"
  147.   put "Next..." into card field "Sentence"
  148.  
  149. end mouseup
  150.  
  151.  
  152. -- part 10 (field)
  153. -- low flags: 81
  154. -- high flags: 0004
  155. -- rect: left=17 top=111 right=193 bottom=112
  156. -- title width / last selected line: 0
  157. -- icon id / first selected line: 0 / 0
  158. -- text alignment: 1
  159. -- font id: 21
  160. -- text size: 18
  161. -- style flags: 0
  162. -- line height: 24
  163. -- part name: Try Again
  164.  
  165.  
  166. -- part 11 (field)
  167. -- low flags: 81
  168. -- high flags: 0004
  169. -- rect: left=47 top=200 right=230 bottom=111
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 0 / 0
  172. -- text alignment: 1
  173. -- font id: 21
  174. -- text size: 18
  175. -- style flags: 2048
  176. -- line height: 24
  177. -- part name: OK
  178. ----- HyperTalk script -----
  179. on mouseup
  180.   hide card field "Try Again"
  181.   hide card field "OK"
  182.  
  183. end mouseup
  184.  
  185.  
  186. -- part 13 (button)
  187. -- low flags: 00
  188. -- high flags: 0000
  189. -- rect: left=3 top=1 right=34 bottom=40
  190. -- title width / last selected line: 0
  191. -- icon id / first selected line: 1020 / 1020
  192. -- text alignment: 1
  193. -- font id: 0
  194. -- text size: 12
  195. -- style flags: 0
  196. -- line height: 16
  197. -- part name: New Button
  198. ----- HyperTalk script -----
  199. on mouseUp
  200.   Visual Effect Dissolve
  201.   go to card "Tips"
  202. end mouseUp
  203.  
  204.  
  205.  
  206. -- part 14 (button)
  207. -- low flags: 00
  208. -- high flags: 0000
  209. -- rect: left=3 top=1 right=34 bottom=40
  210. -- title width / last selected line: 0
  211. -- icon id / first selected line: 1020 / 1020
  212. -- text alignment: 1
  213. -- font id: 0
  214. -- text size: 12
  215. -- style flags: 0
  216. -- line height: 16
  217. -- part name: New Button
  218. ----- HyperTalk script -----
  219. on mouseUp
  220.   Visual Effect Dissolve
  221.   go to card "Tips"
  222. end mouseUp
  223.  
  224.  
  225.  
  226. -- part contents for card part 4
  227. ----- text -----
  228. The dog flew  quietly.
  229.  
  230. -- part contents for card part 8
  231. ----- text -----
  232. Keep up the Good Work!
  233.  
  234. -- part contents for card part 9
  235. ----- text -----
  236. Thank You
  237.  
  238. -- part contents for card part 11
  239. ----- text -----
  240. OK
  241.  
  242. -- part contents for card part 10
  243. ----- text -----
  244. One More Time!
  245.  
  246. -- part contents for background part 1
  247. ----- text -----
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263. show menubar
  264.